Namespaces

Functions

Markdown($text)

No description

at line 53
string
__(string $string)

Custom Translation Function

at line 278
apache_request_headers()

Get Reqest Headers

at line 113
array|bool|null
array_column(array $array, mixed $column_key, mixed $index_key = null)

array_column() returns the values from a single column of the array, identified by the column_key. Optionally, you may provide an index_key to index the values in the returned array by the values from the index_key column in the input array. .

at line 327
array_diff_key()

Computes the difference of arrays using keys for comparison

at line 14
array
array_pluck(array $array, mixed $column_key, mixed $index_key = null)

Alias for array_column

at line 396
false|string
base64url_decode(string $data)

Base64 URL decode

at line 656
string
base64url_encode(string $data)

Base64 URL encode

at line 644
array
createDepartmentTemplate(xm_groups $seed_instance, string $title, string $urlId, string $description)

No description

at line 46
array
createTemplate(xm_groups $seed_instance, string $title, string $urlId, string $description)

No description

at line 114
createTemplateIdeenaustausch(xm_groups $seed_instance, array $roles)

No description

at line 86
createTemplateProjektgruppe(xm_groups $seed_instance, array $roles)

No description

at line 54
createTemplateVorlage(xm_groups $seed_instance, array $roles)

No description

at line 12
createVorlage(xm_groups $seed_instance, array $roles)

No description

at line 10
cron_echo(string $str)
deprecated

No description

at line 301
bool
emptyNotZero(mixed $var)

Variable is considered 'empty' for undefined|''|null|false but NOT for 0 or '0'

at line 729
event_sort_callback($a, $b)

No description

at line 941
array
extract_data(string $raw_string, string $delimiter = ',', string $separator = '=')

Extract Data from string

at line 151
string|bool
file_get_contents_curl(string $url)

Variable is considered 'empty' for undefined|''|null|false but NOT for 0 or '0'

at line 743
fnmatch($pattern, $string)

No description

at line 52
getToggleJS($cssSelector)

No description

at line 918
get_class_short($object_class)

No description

at line 478
string
indentHTML(string $html, string $indent = " ", $noTagsInCode = false)

indent a HTML string properly

at line 530
bool
is_assoc_array(array $array, bool $strict = true)

No description

at line 69
is_binary($text)

No description

at line 267
is_countable($var)

No description

at line 714
bool
is_iterable(mixed $var)

Verify that the contents of a variable is an iterable value

at line 209
iso8601_to_timestamp(string $datestr)

convert ISO 8601 compliant date string to unix timestamp

at line 900
merge_to_array($array_to_add, $target_array)

No description

at line 418
obsafe_print_r($var, $return = false, $html = false, $level = 0)

No description

at line 233
parse_ini_string($ini, $process_sections = false, $scanner_mode = null)

No description

at line 219
bool
property_exists(mixed $class, string $property)

No description

at line 93
quoted_printable_encode($string)

Process a string to fit the requirements of RFC2045 section 6.7. Note that this works, but replaces more characters than the minimum set. For readability the spaces and CRLF pairs aren't encoded though.

at line 186
random_time()

No description

at line 733
rglob($path, $flags = 0)

No description

at line 459
setDMSFolderPolicies(SystemDMSController $controller)

No description

at line 5
setUpDepartmentModulesAndNavigation(xm_groups $seed_instance, array $templateModules, $groupId, $groupSecurityId, $groupModerator, $groupAdmin)

No description

at line 66
setUpModulesAndNavigation(xm_groups $seed_instance, array $templateModules, $groupId, $groupSecurityId, $groupModerator, $groupAdmin)

No description

at line 134
array|false|string[]
split($pattern, $string, $limit = null)

For PHP 7 compat Split string into array by regular expression

at line 407
bool
str_contains(string $haystack, string $needle)

No description

at line 664
bool
str_ends_with(string $haystack, string $needle)

str_ends_with — Checks if a string ends with a given substring

at line 692
str_getcsv($input, $delimiter = ',', $enclosure = '"', $escape = null, $eol = null)

No description

at line 283
bool
str_icontains(string $haystack, string $needle)

Based on argumentation and expectation we supply str_icontains based on mb_stripos to handle MultiByte Comparisons

at line 678
bool
str_starts_with(string $haystack, string $needle)

str_starts_with — Checks if a string starts with a given substring

at line 706
timestamp_to_iso8601(string $timestamp, bool $utc = true)

convert unix timestamp to ISO 8601 compliant date string

at line 870
usleepWindows(string $usec)
deprecated

sleeps some number of microseconds

at line 940